﻿2026-06-22T01:34:23.5455830Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-22T01:34:23.5456205Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-22T01:34:23.5456445Z [36;1m$PIN = "0c95435"[0m
2026-06-22T01:34:23.5456672Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-22T01:34:23.5456921Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-22T01:34:23.5457289Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-22T01:34:23.5457662Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-22T01:34:23.5457955Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-22T01:34:23.5458244Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-22T01:34:23.5458480Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-22T01:34:23.5458785Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-22T01:34:23.5459092Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-22T01:34:23.5459350Z [36;1m}[0m
2026-06-22T01:34:23.5459539Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-22T01:34:23.5459809Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T01:34:23.5529733Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-22T01:34:23.5530059Z ##[endgroup]
2026-06-22T01:34:24.6343123Z    Compiling proc-macro2 v1.0.106
2026-06-22T01:34:24.6343644Z    Compiling unicode-ident v1.0.24
2026-06-22T01:34:24.6343892Z    Compiling quote v1.0.45
2026-06-22T01:34:24.6344197Z    Compiling cfg-if v1.0.4
2026-06-22T01:34:24.6344482Z    Compiling serde_core v1.0.228
2026-06-22T01:34:24.6344939Z    Compiling serde v1.0.228
2026-06-22T01:34:24.6345386Z    Compiling windows-link v0.2.1
2026-06-22T01:34:24.6345717Z    Compiling getrandom v0.3.4
2026-06-22T01:34:24.6346145Z    Compiling typenum v1.20.1
2026-06-22T01:34:24.6346521Z    Compiling portable-atomic v1.13.1
2026-06-22T01:34:24.6346848Z    Compiling pin-project-lite v0.2.17
2026-06-22T01:34:24.6347320Z    Compiling version_check v0.9.5
2026-06-22T01:34:24.6348495Z    Compiling shlex v2.0.1
2026-06-22T01:34:24.6349252Z    Compiling find-msvc-tools v0.1.9
2026-06-22T01:34:24.6350077Z    Compiling memchr v2.8.1
2026-06-22T01:34:24.6350747Z    Compiling critical-section v1.2.0
2026-06-22T01:34:24.7054444Z    Compiling windows-sys v0.61.2
2026-06-22T01:34:24.7154172Z    Compiling subtle v2.6.1
2026-06-22T01:34:24.7478314Z    Compiling futures-core v0.3.32
2026-06-22T01:34:24.7544641Z    Compiling equivalent v1.0.2
2026-06-22T01:34:24.7944842Z    Compiling smallvec v1.15.1
2026-06-22T01:34:24.8619373Z    Compiling itoa v1.0.18
2026-06-22T01:34:24.8921794Z    Compiling bytes v1.11.1
2026-06-22T01:34:24.9223214Z    Compiling semver v1.0.28
2026-06-22T01:34:24.9577143Z    Compiling stable_deref_trait v1.2.1
2026-06-22T01:34:25.0522259Z    Compiling generic-array v0.14.7
2026-06-22T01:34:25.0583529Z    Compiling log v0.4.32
2026-06-22T01:34:25.0844042Z    Compiling slab v0.4.12
2026-06-22T01:34:25.0887860Z    Compiling futures-sink v0.3.32
2026-06-22T01:34:25.0888288Z    Compiling futures-io v0.3.32
2026-06-22T01:34:25.2142022Z    Compiling rustc_version v0.4.1
2026-06-22T01:34:25.3042765Z    Compiling futures-task v0.3.32
2026-06-22T01:34:25.3132382Z    Compiling hashbrown v0.17.1
2026-06-22T01:34:25.3616220Z    Compiling futures-channel v0.3.32
2026-06-22T01:34:25.4114076Z    Compiling jobserver v0.1.34
2026-06-22T01:34:25.4238664Z    Compiling rustversion v1.0.22
2026-06-22T01:34:25.4310239Z    Compiling getrandom v0.2.17
2026-06-22T01:34:25.5332411Z    Compiling cpufeatures v0.2.17
2026-06-22T01:34:25.5965748Z    Compiling fnv v1.0.7
2026-06-22T01:34:25.6140272Z    Compiling libc v0.2.186
2026-06-22T01:34:25.6353851Z    Compiling cfg_aliases v0.2.1
2026-06-22T01:34:25.6535111Z    Compiling strsim v0.11.1
2026-06-22T01:34:26.0531949Z    Compiling rand_core v0.10.1
2026-06-22T01:34:26.1814034Z    Compiling litemap v0.8.2
2026-06-22T01:34:26.2019406Z    Compiling autocfg v1.5.1
2026-06-22T01:34:26.2103137Z    Compiling writeable v0.6.3
2026-06-22T01:34:26.2103581Z    Compiling ident_case v1.0.1
2026-06-22T01:34:26.2523844Z    Compiling cc v1.2.63
2026-06-22T01:34:26.2735290Z    Compiling icu_properties_data v2.2.0
2026-06-22T01:34:26.3330079Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T01:34:26.3621196Z    Compiling getrandom v0.4.2
2026-06-22T01:34:26.4444841Z    Compiling utf8_iter v1.0.4
2026-06-22T01:34:26.4648442Z    Compiling dunce v1.0.5
2026-06-22T01:34:26.6278610Z    Compiling syn v2.0.117
2026-06-22T01:34:26.6678117Z    Compiling indexmap v2.14.0
2026-06-22T01:34:26.7120735Z    Compiling fs_extra v1.3.0
2026-06-22T01:34:26.7649536Z    Compiling percent-encoding v2.3.2
2026-06-22T01:34:26.7650804Z    Compiling http v1.4.1
2026-06-22T01:34:26.8036216Z    Compiling crypto-common v0.1.7
2026-06-22T01:34:26.8359089Z    Compiling unicode-segmentation v1.13.3
2026-06-22T01:34:26.8775306Z    Compiling aws-lc-rs v1.17.0
2026-06-22T01:34:26.9309914Z    Compiling cpufeatures v0.3.0
2026-06-22T01:34:26.9650019Z    Compiling thiserror v2.0.18
2026-06-22T01:34:27.0431097Z    Compiling scopeguard v1.2.0
2026-06-22T01:34:27.0470787Z    Compiling form_urlencoded v1.2.2
2026-06-22T01:34:27.0522001Z    Compiling block-buffer v0.10.4
2026-06-22T01:34:27.1408663Z    Compiling cmake v0.1.58
2026-06-22T01:34:27.3674641Z    Compiling lock_api v0.4.14
2026-06-22T01:34:27.3966518Z    Compiling chacha20 v0.10.0
2026-06-22T01:34:27.4236863Z    Compiling bitflags v2.12.1
2026-06-22T01:34:27.4304568Z    Compiling untrusted v0.9.0
2026-06-22T01:34:27.4387295Z    Compiling winapi v0.3.9
2026-06-22T01:34:27.4392407Z    Compiling digest v0.10.7
2026-06-22T01:34:27.4510924Z    Compiling num-traits v0.2.19
2026-06-22T01:34:27.4876988Z    Compiling windows-result v0.4.1
2026-06-22T01:34:27.7064203Z    Compiling windows-strings v0.5.1
2026-06-22T01:34:28.0258865Z    Compiling rand v0.10.1
2026-06-22T01:34:28.0734936Z    Compiling heck v0.5.0
2026-06-22T01:34:28.1306741Z    Compiling aws-lc-sys v0.41.0
2026-06-22T01:34:28.1351079Z    Compiling ring v0.17.14
2026-06-22T01:34:28.1367521Z    Compiling rustls v0.23.40
2026-06-22T01:34:28.1453692Z    Compiling convert_case v0.10.0
2026-06-22T01:34:28.1548866Z    Compiling const-oid v0.10.2
2026-06-22T01:34:28.1630480Z    Compiling anyhow v1.0.102
2026-06-22T01:34:28.1767564Z    Compiling unicode-xid v0.2.6
2026-06-22T01:34:28.1834415Z    Compiling atomic-waker v1.1.2
2026-06-22T01:34:28.3015936Z    Compiling httparse v1.10.1
2026-06-22T01:34:28.3630518Z    Compiling parking_lot_core v0.9.12
2026-06-22T01:34:28.3667553Z    Compiling zerocopy v0.8.50
2026-06-22T01:34:28.4817732Z    Compiling http-body v1.0.1
2026-06-22T01:34:28.4870686Z    Compiling hybrid-array v0.4.12
2026-06-22T01:34:28.5442012Z    Compiling curve25519-dalek v4.1.3
2026-06-22T01:34:28.5897482Z    Compiling ahash v0.8.12
2026-06-22T01:34:28.6680316Z    Compiling fastrand v2.4.1
2026-06-22T01:34:28.8165078Z    Compiling either v1.16.0
2026-06-22T01:34:28.8966602Z    Compiling base64ct v1.8.3
2026-06-22T01:34:28.9154178Z    Compiling powerfmt v0.2.0
2026-06-22T01:34:29.0318690Z    Compiling deranged v0.5.8
2026-06-22T01:34:29.1363802Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T01:34:29.1470601Z    Compiling rand_core v0.6.4
2026-06-22T01:34:29.1954677Z    Compiling base64 v0.22.1
2026-06-22T01:34:29.2024473Z    Compiling num-conv v0.2.2
2026-06-22T01:34:29.2433979Z    Compiling pkg-config v0.3.33
2026-06-22T01:34:29.3422010Z    Compiling tinyvec_macros v0.1.1
2026-06-22T01:34:29.3886287Z    Compiling vcpkg v0.2.15
2026-06-22T01:34:29.4183733Z    Compiling time-core v0.1.8
2026-06-22T01:34:29.4348795Z    Compiling try-lock v0.2.5
2026-06-22T01:34:29.4726129Z    Compiling zmij v1.0.21
2026-06-22T01:34:29.5344291Z    Compiling data-encoding v2.11.0
2026-06-22T01:34:29.5878615Z    Compiling tower-service v0.3.3
2026-06-22T01:34:29.6294398Z    Compiling tinyvec v1.11.0
2026-06-22T01:34:29.6569181Z    Compiling parking_lot v0.12.5
2026-06-22T01:34:29.8354096Z    Compiling block-buffer v0.12.0
2026-06-22T01:34:29.9804912Z    Compiling want v0.3.1
2026-06-22T01:34:30.0270285Z    Compiling crypto-common v0.2.2
2026-06-22T01:34:30.1222358Z    Compiling sha2 v0.10.9
2026-06-22T01:34:30.2160986Z    Compiling vergen-lib v9.1.0
2026-06-22T01:34:30.2460969Z    Compiling inout v0.1.4
2026-06-22T01:34:30.3140766Z    Compiling n0-future v0.3.2
2026-06-22T01:34:30.3281348Z    Compiling winnow v1.0.3
2026-06-22T01:34:30.4383577Z    Compiling synstructure v0.13.2
2026-06-22T01:34:30.4749451Z    Compiling darling_core v0.20.11
2026-06-22T01:34:30.5908690Z    Compiling signature v2.2.0
2026-06-22T01:34:30.6675110Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-22T01:34:30.6694208Z    Compiling parking v2.2.1
2026-06-22T01:34:30.7684871Z    Compiling diatomic-waker v0.2.3
2026-06-22T01:34:30.7704282Z    Compiling cordyceps v0.3.4
2026-06-22T01:34:30.7975094Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T01:34:30.8361249Z    Compiling spin v0.10.0
2026-06-22T01:34:30.9252381Z    Compiling serde_json v1.0.150
2026-06-22T01:34:30.9652004Z    Compiling crossbeam-utils v0.8.21
2026-06-22T01:34:30.9778260Z    Compiling httpdate v1.0.3
2026-06-22T01:34:31.0773650Z    Compiling futures-buffered v0.2.13
2026-06-22T01:34:31.1180662Z    Compiling futures-lite v2.6.1
2026-06-22T01:34:31.2818591Z    Compiling digest v0.11.3
2026-06-22T01:34:31.3146343Z    Compiling ed25519 v2.2.3
2026-06-22T01:34:31.3790438Z    Compiling cipher v0.4.4
2026-06-22T01:34:31.5237438Z    Compiling vergen v9.1.0
2026-06-22T01:34:31.5237852Z    Compiling vergen-lib v0.1.6
2026-06-22T01:34:31.5464441Z    Compiling universal-hash v0.5.1
2026-06-22T01:34:31.5808995Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T01:34:31.6805706Z    Compiling noq-udp v0.10.0
2026-06-22T01:34:31.7236259Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T01:34:31.7608094Z    Compiling heapless v0.7.17
2026-06-22T01:34:31.7716199Z    Compiling sync_wrapper v1.0.2
2026-06-22T01:34:31.8051006Z    Compiling opaque-debug v0.3.1
2026-06-22T01:34:31.8322689Z    Compiling byteorder v1.5.0
2026-06-22T01:34:31.8818195Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T01:34:31.8994182Z    Compiling allocator-api2 v0.2.21
2026-06-22T01:34:31.9098327Z    Compiling polyval v0.6.2
2026-06-22T01:34:32.0140510Z    Compiling hash32 v0.2.1
2026-06-22T01:34:32.0847261Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T01:34:32.1655654Z    Compiling socket2 v0.6.4
2026-06-22T01:34:32.1728840Z    Compiling mio v1.2.1
2026-06-22T01:34:32.6694367Z    Compiling spin v0.9.8
2026-06-22T01:34:32.7087829Z    Compiling vergen-gitcl v1.0.8
2026-06-22T01:34:32.7468092Z    Compiling windows-threading v0.2.1
2026-06-22T01:34:33.4948674Z    Compiling serde_derive v1.0.228
2026-06-22T01:34:33.5276666Z    Compiling zeroize_derive v1.4.3
2026-06-22T01:34:33.5853689Z    Compiling zerofrom-derive v0.1.7
2026-06-22T01:34:33.6329106Z    Compiling yoke-derive v0.8.2
2026-06-22T01:34:33.6933442Z    Compiling tokio-macros v2.7.0
2026-06-22T01:34:33.7874413Z    Compiling futures-macro v0.3.32
2026-06-22T01:34:33.8221070Z    Compiling zerovec-derive v0.11.3
2026-06-22T01:34:33.8489246Z    Compiling displaydoc v0.2.6
2026-06-22T01:34:33.9954318Z    Compiling tracing-attributes v0.1.31
2026-06-22T01:34:34.0379990Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T01:34:34.1236734Z    Compiling thiserror-impl v2.0.18
2026-06-22T01:34:34.2270192Z    Compiling zeroize v1.8.2
2026-06-22T01:34:34.2989670Z    Compiling darling_macro v0.20.11
2026-06-22T01:34:34.5371524Z    Compiling tokio v1.52.3
2026-06-22T01:34:34.6142715Z    Compiling rustls-pki-types v1.14.1
2026-06-22T01:34:34.7092431Z    Compiling derive_more-impl v2.1.1
2026-06-22T01:34:34.7098881Z    Compiling futures-util v0.3.32
2026-06-22T01:34:34.7174426Z    Compiling windows-interface v0.59.3
2026-06-22T01:34:34.8286507Z    Compiling darling v0.20.11
2026-06-22T01:34:34.8382855Z    Compiling n0-error-macros v0.1.3
2026-06-22T01:34:34.9979989Z    Compiling windows-implement v0.60.2
2026-06-22T01:34:35.0862011Z    Compiling derive_builder_core v0.20.2
2026-06-22T01:34:35.2319407Z    Compiling spez v0.1.2
2026-06-22T01:34:35.2925775Z    Compiling zerofrom v0.1.8
2026-06-22T01:34:35.3693352Z    Compiling der v0.8.0-rc.10
2026-06-22T01:34:35.5717156Z    Compiling pin-project-internal v1.1.13
2026-06-22T01:34:35.6166792Z    Compiling yoke v0.8.3
2026-06-22T01:34:35.6713996Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T01:34:35.7771975Z    Compiling signature v3.0.0
2026-06-22T01:34:35.8817426Z    Compiling fallible-iterator v0.3.0
2026-06-22T01:34:35.9051875Z    Compiling windows-core v0.62.2
2026-06-22T01:34:35.9599686Z    Compiling zerovec v0.11.6
2026-06-22T01:34:35.9674595Z    Compiling zerotrie v0.2.4
2026-06-22T01:34:35.9846374Z    Compiling n0-error v0.1.3
2026-06-22T01:34:36.0105025Z    Compiling ryu v1.0.23
2026-06-22T01:34:36.0935239Z    Compiling tower-layer v0.3.3
2026-06-22T01:34:36.2773241Z    Compiling cobs v0.3.0
2026-06-22T01:34:36.3321077Z    Compiling derive_builder_macro v0.20.2
2026-06-22T01:34:36.4141393Z    Compiling ed25519-dalek v2.2.0
2026-06-22T01:34:36.4199532Z    Compiling postcard-derive v0.2.2
2026-06-22T01:34:36.5258947Z    Compiling tinystr v0.8.3
2026-06-22T01:34:36.5955379Z    Compiling potential_utf v0.1.5
2026-06-22T01:34:36.6339262Z    Compiling spki v0.8.0-rc.4
2026-06-22T01:34:36.7734182Z    Compiling icu_locale_core v2.2.0
2026-06-22T01:34:36.8415172Z    Compiling icu_collections v2.2.0
2026-06-22T01:34:36.8415759Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T01:34:36.8464218Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-22T01:34:36.8555602Z    Compiling derive_builder v0.20.2
2026-06-22T01:34:36.9234794Z    Compiling windows-future v0.3.2
2026-06-22T01:34:37.0020890Z    Compiling pin-project v1.1.13
2026-06-22T01:34:37.1766062Z    Compiling windows-collections v0.3.2
2026-06-22T01:34:37.2581525Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T01:34:37.2692397Z    Compiling windows-numerics v0.3.1
2026-06-22T01:34:37.4425704Z    Compiling windows-targets v0.52.6
2026-06-22T01:34:37.4506875Z    Compiling proc-macro-crate v3.5.0
2026-06-22T01:34:37.5355540Z    Compiling ghash v0.5.1
2026-06-22T01:34:37.5763502Z    Compiling aes v0.8.4
2026-06-22T01:34:37.5881024Z    Compiling ctr v0.9.2
2026-06-22T01:34:37.5997361Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T01:34:37.6516151Z    Compiling fs2 v0.4.3
2026-06-22T01:34:37.6952136Z    Compiling futures-executor v0.3.32
2026-06-22T01:34:37.7587266Z    Compiling icu_provider v2.2.0
2026-06-22T01:34:37.7814905Z    Compiling time v0.3.47
2026-06-22T01:34:37.8083778Z    Compiling http-body-util v0.1.3
2026-06-22T01:34:37.8663853Z    Compiling futures v0.3.32
2026-06-22T01:34:37.8979537Z    Compiling aead v0.5.2
2026-06-22T01:34:37.9757507Z    Compiling ipconfig v0.3.4
2026-06-22T01:34:38.0172712Z    Compiling icu_normalizer v2.2.0
2026-06-22T01:34:38.0687864Z    Compiling icu_properties v2.2.0
2026-06-22T01:34:38.0920396Z    Compiling ipnet v2.12.0
2026-06-22T01:34:38.1509612Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T01:34:38.3192864Z    Compiling widestring v1.2.1
2026-06-22T01:34:38.3855897Z    Compiling num_enum_derive v0.7.6
2026-06-22T01:34:38.6748011Z    Compiling once_cell v1.21.4
2026-06-22T01:34:38.7441130Z    Compiling prefix-trie v0.8.4
2026-06-22T01:34:38.8704627Z    Compiling tracing-core v0.1.36
2026-06-22T01:34:38.9475835Z    Compiling postcard v1.1.3
2026-06-22T01:34:38.9707847Z    Compiling tokio-util v0.7.18
2026-06-22T01:34:39.0076437Z    Compiling tower v0.5.3
2026-06-22T01:34:39.0627839Z    Compiling hashbrown v0.14.5
2026-06-22T01:34:39.1422794Z    Compiling aes-gcm v0.10.3
2026-06-22T01:34:39.1752286Z    Compiling derive_more v2.1.1
2026-06-22T01:34:39.3420482Z    Compiling tracing v0.1.44
2026-06-22T01:34:39.3473866Z    Compiling chrono v0.4.45
2026-06-22T01:34:39.4572994Z    Compiling idna_adapter v1.2.2
2026-06-22T01:34:39.5029560Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T01:34:39.5846002Z    Compiling idna v1.1.0
2026-06-22T01:34:39.6325648Z    Compiling data-encoding-macro v0.1.20
2026-06-22T01:34:39.7560100Z    Compiling h2 v0.4.14
2026-06-22T01:34:39.7831221Z    Compiling hashlink v0.9.1
2026-06-22T01:34:39.8401214Z    Compiling windows v0.62.2
2026-06-22T01:34:39.9232644Z    Compiling url v2.5.8
2026-06-22T01:34:39.9530168Z    Compiling windows-sys v0.59.0
2026-06-22T01:34:39.9586212Z    Compiling crossbeam-channel v0.5.15
2026-06-22T01:34:39.9750513Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T01:34:40.0768593Z    Compiling enum-assoc v1.3.0
2026-06-22T01:34:40.1539528Z    Compiling rusqlite v0.32.1
2026-06-22T01:34:40.3147230Z    Compiling strum_macros v0.28.0
2026-06-22T01:34:40.3579203Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T01:34:40.3987378Z    Compiling async-trait v0.1.89
2026-06-22T01:34:40.3987928Z    Compiling windows-registry v0.6.1
2026-06-22T01:34:40.6153888Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T01:34:40.8013379Z    Compiling blake3 v1.8.5
2026-06-22T01:34:40.8564973Z    Compiling uuid v1.23.2
2026-06-22T01:34:40.9462023Z    Compiling memoffset v0.6.5
2026-06-22T01:34:40.9929889Z    Compiling noq v0.18.0
2026-06-22T01:34:41.0818869Z    Compiling netwatch v0.16.0
2026-06-22T01:34:41.3807502Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-22T01:34:41.3808257Z    Compiling acto v0.8.2
2026-06-22T01:34:41.4202468Z    Compiling mac-addr v0.3.0
2026-06-22T01:34:41.4978626Z    Compiling lru-slab v0.1.2
2026-06-22T01:34:41.5091236Z    Compiling xml-rs v0.8.28
2026-06-22T01:34:41.5542955Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T01:34:41.6323439Z    Compiling identity-hash v0.1.0
2026-06-22T01:34:41.7033099Z    Compiling rustc-hash v2.1.2
2026-06-22T01:34:41.7159715Z    Compiling tagptr v0.2.0
2026-06-22T01:34:41.7504312Z    Compiling foldhash v0.2.0
2026-06-22T01:34:41.7558765Z    Compiling thiserror v1.0.69
2026-06-22T01:34:41.7765411Z    Compiling ref-cast v1.0.25
2026-06-22T01:34:41.8776183Z    Compiling hashbrown v0.16.1
2026-06-22T01:34:41.9304616Z    Compiling moka v0.12.15
2026-06-22T01:34:42.0013129Z    Compiling netdev v0.42.0
2026-06-22T01:34:42.1997679Z    Compiling xmltree v0.10.3
2026-06-22T01:34:42.3504277Z    Compiling iroh-metrics v0.38.3
2026-06-22T01:34:42.5245843Z    Compiling tower-http v0.6.11
2026-06-22T01:34:42.5566465Z    Compiling iroh-base v0.98.0
2026-06-22T01:34:42.6260872Z    Compiling attohttpc v0.30.1
2026-06-22T01:34:42.8088304Z    Compiling iroh-relay v0.98.0
2026-06-22T01:34:42.9238488Z    Compiling n0-watcher v0.6.1
2026-06-22T01:34:42.9451382Z    Compiling strum v0.28.0
2026-06-22T01:34:43.0065074Z    Compiling num_enum v0.7.6
2026-06-22T01:34:43.0533295Z    Compiling tokio-stream v0.1.18
2026-06-22T01:34:43.2034187Z    Compiling serde_spanned v0.6.9
2026-06-22T01:34:43.2341479Z    Compiling toml_datetime v0.6.11
2026-06-22T01:34:43.2342783Z    Compiling thiserror-impl v1.0.69
2026-06-22T01:34:43.2820376Z    Compiling ref-cast-impl v1.0.25
2026-06-22T01:34:43.3051485Z    Compiling serde_derive_internals v0.29.1
2026-06-22T01:34:43.4100568Z    Compiling simple-dns v0.9.3
2026-06-22T01:34:43.4402583Z    Compiling serial-core v0.4.0
2026-06-22T01:34:43.5828837Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-22T01:34:43.6385151Z    Compiling aho-corasick v1.1.4
2026-06-22T01:34:43.6644900Z    Compiling simdutf8 v0.1.5
2026-06-22T01:34:43.7741811Z    Compiling winnow v0.7.15
2026-06-22T01:34:43.8710095Z    Compiling hyper v1.10.1
2026-06-22T01:34:43.8824816Z    Compiling constant_time_eq v0.4.2
2026-06-22T01:34:44.6593774Z    Compiling winreg v0.10.1
2026-06-22T01:34:44.6887298Z    Compiling toml_write v0.1.2
2026-06-22T01:34:44.7704415Z    Compiling regex-syntax v0.8.10
2026-06-22T01:34:44.9399126Z    Compiling resolv-conf v0.7.6
2026-06-22T01:34:45.0053695Z    Compiling sha1_smol v1.0.1
2026-06-22T01:34:45.1820368Z    Compiling arrayref v0.3.9
2026-06-22T01:34:45.1901070Z    Compiling arrayvec v0.7.6
2026-06-22T01:34:45.2682962Z    Compiling smol_str v0.1.24
2026-06-22T01:34:45.2919345Z    Compiling schemars_derive v1.2.1
2026-06-22T01:34:45.5383454Z    Compiling iroh-dns v0.98.0
2026-06-22T01:34:45.6046978Z    Compiling serial-windows v0.4.0
2026-06-22T01:34:46.0253659Z    Compiling hyper-util v0.1.20
2026-06-22T01:34:46.0334903Z    Compiling lru v0.16.4
2026-06-22T01:34:46.1252276Z    Compiling webpki-roots v1.0.7
2026-06-22T01:34:46.1763240Z    Compiling toml_edit v0.22.27
2026-06-22T01:34:46.1832444Z    Compiling seize v0.5.1
2026-06-22T01:34:46.2388247Z    Compiling darling_core v0.23.0
2026-06-22T01:34:46.2903385Z    Compiling hmac v0.12.1
2026-06-22T01:34:46.5308901Z    Compiling serde_bytes v0.11.19
2026-06-22T01:34:46.5309443Z    Compiling iroh v0.98.2
2026-06-22T01:34:46.5371157Z    Compiling once_cell_polyfill v1.70.2
2026-06-22T01:34:46.6983428Z    Compiling regex-automata v0.4.14
2026-06-22T01:34:46.7434437Z    Compiling bitflags v1.3.2
2026-06-22T01:34:46.7635081Z    Compiling utf8parse v0.2.2
2026-06-22T01:34:46.7977997Z    Compiling cmov v0.5.4
2026-06-22T01:34:46.8506448Z    Compiling anstyle v1.0.14
2026-06-22T01:34:46.8512981Z    Compiling lazy_static v1.5.0
2026-06-22T01:34:46.9054386Z    Compiling dyn-clone v1.0.20
2026-06-22T01:34:46.9164302Z    Compiling pin-utils v0.1.0
2026-06-22T01:34:47.0035812Z    Compiling nix v0.25.1
2026-06-22T01:34:47.0382058Z    Compiling ctutils v0.4.2
2026-06-22T01:34:47.0596461Z    Compiling anstyle-wincon v3.0.11
2026-06-22T01:34:47.0859944Z    Compiling shared_library v0.1.9
2026-06-22T01:34:47.1354793Z    Compiling anstyle-parse v1.0.0
2026-06-22T01:34:47.1433010Z    Compiling hkdf v0.12.4
2026-06-22T01:34:47.1691458Z    Compiling papaya v0.2.4
2026-06-22T01:34:47.2053725Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T01:34:47.2250323Z    Compiling schemars v1.2.1
2026-06-22T01:34:47.3059195Z    Compiling serial v0.4.0
2026-06-22T01:34:47.4001266Z    Compiling igd-next v0.17.1
2026-06-22T01:34:47.4014249Z    Compiling filedescriptor v0.8.3
2026-06-22T01:34:47.4077352Z    Compiling backon v1.6.0
2026-06-22T01:34:47.4384151Z    Compiling anstyle-query v1.1.5
2026-06-22T01:34:47.6825455Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T01:34:47.6829143Z    Compiling shell-words v1.1.1
2026-06-22T01:34:47.7150095Z    Compiling instability v0.3.12
2026-06-22T01:34:47.7713178Z    Compiling paste v1.0.15
2026-06-22T01:34:47.7936869Z    Compiling downcast-rs v1.2.1
2026-06-22T01:34:47.9499434Z    Compiling colorchoice v1.0.5
2026-06-22T01:34:47.9578400Z    Compiling foldhash v0.1.5
2026-06-22T01:34:47.9755863Z    Compiling toml v0.8.23
2026-06-22T01:34:48.1402542Z    Compiling anstream v1.0.0
2026-06-22T01:34:48.1898571Z    Compiling hashbrown v0.15.5
2026-06-22T01:34:48.2508530Z    Compiling portable-pty v0.8.1
2026-06-22T01:34:48.3821913Z    Compiling spake2 v0.4.0
2026-06-22T01:34:48.5495592Z    Compiling strum_macros v0.26.4
2026-06-22T01:34:48.6680818Z    Compiling terminal_size v0.4.4
2026-06-22T01:34:48.8696571Z    Compiling crossterm_winapi v0.9.1
2026-06-22T01:34:48.9165257Z    Compiling regex v1.12.3
2026-06-22T01:34:48.9471058Z    Compiling itertools v0.13.0
2026-06-22T01:34:49.0366521Z    Compiling sha1 v0.10.6
2026-06-22T01:34:49.1976949Z    Compiling castaway v0.2.4
2026-06-22T01:34:49.2962894Z    Compiling wmi v0.18.4
2026-06-22T01:34:49.3122464Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-22T01:34:49.3235556Z    Compiling doctest-file v1.1.1
2026-06-22T01:34:49.7819940Z    Compiling unicode-width v0.1.14
2026-06-22T01:34:49.8624805Z    Compiling recvmsg v1.0.0
2026-06-22T01:34:50.0940031Z    Compiling darling_macro v0.23.0
2026-06-22T01:34:50.1321500Z    Compiling clap_lex v1.1.0
2026-06-22T01:34:50.1395273Z    Compiling indoc v2.0.7
2026-06-22T01:34:50.2950856Z    Compiling static_assertions v1.1.0
2026-06-22T01:34:50.4022463Z    Compiling compact_str v0.8.2
2026-06-22T01:34:50.4261985Z    Compiling clap_builder v4.6.0
2026-06-22T01:34:50.4820978Z    Compiling unicode-truncate v1.1.0
2026-06-22T01:34:50.6044510Z    Compiling darling v0.23.0
2026-06-22T01:34:50.6582174Z    Compiling interprocess v2.4.2
2026-06-22T01:34:50.7000784Z    Compiling crossterm v0.28.1
2026-06-22T01:34:50.9137154Z    Compiling portmapper v0.16.0
2026-06-22T01:34:51.1004378Z    Compiling strum v0.26.3
2026-06-22T01:34:51.2920565Z    Compiling lru v0.12.5
2026-06-22T01:34:51.3398554Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-22T01:34:51.7305976Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-22T01:34:52.0892581Z    Compiling clap_derive v4.6.1
2026-06-22T01:34:52.1156643Z    Compiling cassowary v0.3.0
2026-06-22T01:34:52.1213363Z    Compiling unicode-width v0.2.0
2026-06-22T01:34:52.2786236Z    Compiling error-code v3.3.2
2026-06-22T01:34:52.4011117Z    Compiling clipboard-win v5.4.1
2026-06-22T01:34:52.4399148Z    Compiling ratatui v0.29.0
2026-06-22T01:34:52.4688914Z    Compiling nucleo-matcher v0.3.1
2026-06-22T01:34:52.6991479Z    Compiling qrcode v0.14.1
2026-06-22T01:34:52.8703424Z    Compiling tempfile v3.27.0
2026-06-22T01:34:54.0686192Z    Compiling clap v4.6.1
2026-06-22T01:35:04.6317007Z    Compiling rustls-webpki v0.103.13
2026-06-22T01:35:06.8509583Z    Compiling tokio-rustls v0.26.4
2026-06-22T01:35:06.8509923Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T01:35:06.8510171Z    Compiling noq-proto v0.17.0
2026-06-22T01:35:06.9920276Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T01:35:06.9920682Z    Compiling hyper-rustls v0.27.9
2026-06-22T01:35:06.9921067Z    Compiling tokio-websockets v0.13.2
2026-06-22T01:35:07.4677258Z    Compiling reqwest v0.13.4
2026-06-22T01:35:08.3436148Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T01:35:24.4032066Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-22T01:35:25.7149822Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-22T01:35:34.2153740Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-22T01:35:41.2941728Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
2026-06-22T01:35:41.3161926Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-22T01:35:41.3679272Z 
2026-06-22T01:35:41.3679614Z running 1 test
2026-06-22T01:35:48.5041287Z test new_brain_serves_against_old_broker ... ok
2026-06-22T01:35:48.5041644Z 
2026-06-22T01:35:48.5041952Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.14s
2026-06-22T01:35:48.5042350Z 
